:root {
    --primary-light: #705697;
    --primary-dark: #f2f2f2;
    --primary-light-rgb: 112, 86, 151;
    --primary-dark-rgb: 242, 242, 242;
    --table-header: #f9f9f9;
    --nev-fontcolor: rgba(11, 10, 10, 0.9);
    --table-headerfont:black;
    --nev-hover: #ede8ef;
    --nev-active: #c4b7d7;
    --btn-background: #705697;
    --btn-font: white;
    --btn-backgroundhover: #c954f8;
    --btn-fonthover: white;
    --shortcut-menu: #baaecc;
    --body-background: #e9ebee;
    --title-background: #f9f9f9;

    /* Extended theme variables for complete theming */
    --text-mandatory: #f44336;
    --form-border: #ccc;
    --glass-background: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-light: rgba(0, 0, 0, 0.1);
    --shadow-medium: rgba(0, 0, 0, 0.15);
    --shadow-strong: rgba(0, 0, 0, 0.2);
    --shadow-intense: rgba(0, 0, 0, 0.25);
    --highlight-light: rgba(255, 255, 255, 0.2);
    --highlight-medium: rgba(255, 255, 255, 0.3);
    --ripple-color: rgba(255, 255, 255, 0.3);
    --focus-ring: rgba(112, 86, 151, 0.3);
    --success-color: #4caf50;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --info-color: #3b82f6;
    --light-color: #f8f9fa;
    --dark-color: #374151;

    /* Table border colors */
    --table-border: #d8b4fe;
    --table-border-light: #e9d5ff;
    --table-border-dark: #c084fc;
    --table-border-print: #000000;
}
